projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec9164f
)
(describe-syntax): Put (interactive) after doc string.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Nov 2001 10:04:00 +0000
(10:04 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 26 Nov 2001 10:04:00 +0000
(10:04 +0000)
lisp/help-funs.el
patch
|
blob
|
history
diff --git
a/lisp/help-funs.el
b/lisp/help-funs.el
index 62049971d3f9ee331d334719fb91af1ae0d60d62..48fef4c42fead4f48a11d30b85b06ae34f2578f7 100644
(file)
--- a/
lisp/help-funs.el
+++ b/
lisp/help-funs.el
@@
-438,10
+438,10
@@
it is displayed along with the global value."
;;;###autoload
(defun describe-syntax (&optional buffer)
- (interactive)
"Describe the syntax specifications in the syntax table of BUFFER.
The descriptions are inserted in a help buffer, which is then displayed.
BUFFER defaults to the current buffer."
+ (interactive)
(setq buffer (or buffer (current-buffer)))
(help-setup-xref (list #'describe-syntax buffer) (interactive-p))
(with-output-to-temp-buffer (help-buffer)